home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / doslynx / src / tform2.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-25  |  529 b   |  21 lines

  1. //    Copyright (c) 1994, University of Kansas, All Rights Reserved
  2. //
  3. //    Class:        TForm
  4. //    Include File:    tform.h
  5. //    Purpose:    Provide an HTML+ form
  6. //    Remarks/Portability/Dependencies/Restrictions:
  7. //    Revision History:
  8. //        04-25-94    created
  9. #include"tform.h"
  10.  
  11. TForm::~TForm()    {
  12. //    Purpose:    Destroy a TForm object.
  13. //    Arguments:    void
  14. //    Return Value:    none
  15. //    Remarks/Portability/Dependencies/Restrictions:
  16. //    Revision History:
  17. //        04-25-94    created
  18.  
  19.     //    Just release any memory allocated.
  20.     delete(cp_ActionServer);
  21. }